CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - Wininet http

搜索资源列表

  1. ex34a

    0下载:
  2. 将一个HTTP服务器、一个WINSOCK HTTP客户和两个WININET HTTP客户组合在一起-to an HTTP server, an HTTP client and WINSOCK 2 WININET HTTP client portfolio together
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:63428
    • 提供者:阿甘
  1. HTTP.rar

    1下载:
  2. 用C++实现的HTTP Web下载,两种方式实现: 1.WinInet(这种方式很简单,但不是很灵活) 2.WinSock(也就是Socket,这种方式有点繁琐,但是可以自定义发送HTTP的报文头和接收响应头,很灵活) 因作者编程水平有限,错误之处,在所难免,欢迎批评指正。 ,Using C++ to achieve the HTTP Web download, the realization of two ways: 1.WinInet (in this way is very simp
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2014-12-12
    • 文件大小:6126
    • 提供者:star
  1. TestFtp

    0下载:
  2. Windows Mobile上FTP下载示例,也有HTTP代码,用Wininet-Windows Mobile on the FTP download sample, but also HTTP code, Use Wininet.lib
  3. 所属分类:Windows Mobile

    • 发布日期:2017-03-29
    • 文件大小:43493
    • 提供者:汤胜
  1. WinNet

    0下载:
  2. HTTP断点续传源码,用WinInet API编写的。代码很简单。-HTTP HTTP source, prepared by the WinInet API. Code is very simple.
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-02
    • 文件大小:4847
    • 提供者:asheng
  1. hook_wininet_Source

    2下载:
  2. 一个很好的hook wininet api的示例程序。很好的演示了本进程hook技术,及关于http请求和响应数据的提取的相关技术。完整vc++工程,可直接编译运行。-a very good demo of hook wininet api,there is a good demostration of how to hook a in-process api.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2016-01-27
    • 文件大小:743424
    • 提供者:lvcayu
  1. ADOErrors

    0下载:
  2. 从HTTP服务器上下载一个文件有很多方法,"热心"的微软提供了WinInet类,用起来也很方便.当然,我们也可以自己实现这些功能,通过格式化请求头很容易就能实现断点续传和检查更新等等功能.本文附带的工程中有一个支持HTTP1.1协议,直接用Socket实现下载功能… -from the HTTP server to download a document, there are many ways, "enthusiastic" Microsoft provides a Wi
  3. 所属分类:SNMP

    • 发布日期:2017-11-11
    • 文件大小:2830
    • 提供者:
  1. AysnWinInetDemo

    0下载:
  2. 异步I/O WinInet Http数据获取,可以用来做下载。使用 WinInet Api。-Asynchronous I/O WinInet Http data acquisition, can be used to make download. The use of WinInet Api.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-04
    • 文件大小:11502
    • 提供者:刘应
  1. ALWinHttpWrapper

    0下载:
  2. Descr iption: Microsoft?Windows?HTTP Services (WinHTTP) provides developers with a server-supported, high-level interface to the HTTP/1.1 Internet protocol. WinHTTP is designed to be used primarily in server-based scenarios by server applications tha
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-03-30
    • 文件大小:15420
    • 提供者:c6699
  1. MyBrowser

    0下载:
  2. 这是一个通过MFC WinInet类实现的HTTP客户程序,一个简单的浏览器-This is a category through the MFC WinInet realize the HTTP client, a simple browser
  3. 所属分类:Browser Client

    • 发布日期:2017-04-25
    • 文件大小:45832
    • 提供者:闻伟
  1. Internetserver

    0下载:
  2. 为了简化客户/服务者模式进行Internet编程,vc中提供了WinInet类,它提供了HTTP、FTP等应用层协议的客户端接口-In order to simplify the client/service model for Internet programming, vc provided WinInet Class, which provides HTTP, FTP application layer protocol, such as the client interface
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-05-09
    • 文件大小:1906550
    • 提供者:liwei
  1. 1.2.4.2

    0下载:
  2. 1. Sniffer traffic for the protocol TCP. 1.1. Interception of FTP logins on any port. 1.2. Interception of POP3 logins on any port. 1.3. The interception of any data from the traffic (a personal request). 2. Intercepting HTTP / H
  3. 所属分类:Sniffer Package capture

    • 发布日期:2017-05-07
    • 文件大小:1634491
    • 提供者:aidj
  1. HTTPClass

    0下载:
  2. 用于VB应用开发中直接访问HTTP的封装类,对wininet进行有效的封装,提供易于使用的接口。-VB application development for the HTTP package of direct access to the class, right wininet effective package, providing easy-to-use interface.
  3. 所属分类:ISAPI-IE

    • 发布日期:2017-03-28
    • 文件大小:2096
    • 提供者:freespy
  1. http

    0下载:
  2. 查询http节点,通过使用WinInet类相关函数-Http query node, by using WinInet class correlation function
  3. 所属分类:Browser Client

    • 发布日期:2017-05-26
    • 文件大小:9266777
    • 提供者:李治权
  1. 3

    2下载:
  2. 网络编程实用教程-电子教案: 第1章 网络编程基础 第2章 UNIX中的套接字网络编程接口 第3章 Windows环境的网络编程 第4章 MFC编程 第5章 MFC WinSock类的编程 第6章 WinInet编程 第7章 WinSock的多线程编程 第8章 Winsock的输入/输出模型 第9章 HTTP协议及高级编程 第10章 电子邮件协议与编程 -Chapter 1 Chapter 2 based on network programming
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-19
    • 文件大小:5448731
    • 提供者:何旭
  1. httpOp

    0下载:
  2. Http操作实例,包含基本的http操作,采用wininet-Http operation instance
  3. 所属分类:Web Server

    • 发布日期:2017-05-25
    • 文件大小:8414818
    • 提供者:dsg
  1. phphttpputmethod

    0下载:
  2. File upload using wininet api and HTTP
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-05-15
    • 文件大小:3976151
    • 提供者:Sheryl
  1. Http

    0下载:
  2. Http 之 Wininet 下载示例程序
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-02
    • 文件大小:173415
    • 提供者:pauson
  1. WinInet

    0下载:
  2. http方式读取IPC的视频数据,及保存文件-IPC http mode to read the video data, and save the file
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-09
    • 文件大小:2373059
    • 提供者:juncen
  1. 55a099707073

    0下载:
  2. wininet例子,客户端支持http协议-wininet example, client support http protocol
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-03
    • 文件大小:11231
    • 提供者:林忠侣
  1. trgwther-HTTP-server

    0下载:
  2. 将一个HTTP服务器,一个WINSOCK HTTP客户和两个WININET HTTP客户组合在一起-Will an HTTP server, a WINSOCK HTTP client and two WININET HTTP client together
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-12-16
    • 文件大小:49152
    • 提供者:vwb!6816
« 12 3 4 »
搜珍网 www.dssz.com